home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rassle32.zip / RASSLE.DOC < prev    next >
Text File  |  1991-10-04  |  10KB  |  255 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                               SUPER RASSLE
  11.  
  12.                                  v3.2
  13.  
  14.                             October 4, 1991
  15.  
  16.                         PCBoard 14.x and GAP 4.x
  17.                            WILDCAT!, Spitfire
  18.                              QBBS, RBBS, RA
  19.                                   WWIV
  20.  
  21.                                    by
  22.  
  23.                              Dennis Maidon
  24.  
  25.                           The Parole Board BBS
  26.  
  27.        (919) 965-4696 - Node 1 - Dual Standard - 1200 - 19200 Bps
  28.  
  29.          (919) 965-0068 - Node 2 - Intel 24EX - 1200 - 2400 Bps
  30.  
  31.  
  32.  
  33.  
  34.                                 OVERVIEW
  35.                                 ________
  36.  
  37.  
  38.  
  39.         This ZIP file was created using the -AV function of PKZIP.  If
  40.         my AV is missing then this file may not be complete of has been
  41.         tampered with.  Complete and current editions of this program
  42.         are always available for D/L on The Parole Board BBS.  If the AV
  43.         is missing please complain to your sysop to stop the practice of
  44.         removing AV's as this is your assurance from the programmer that
  45.         the file is complete and virus free.
  46.  
  47.  
  48.                               INSTALLATION
  49.                               ____________
  50.  
  51. If you are upgrading from a version previous to 'SUPER RASSLE 3.0'
  52. please read UPGRADE.DOC.
  53.  
  54.  
  55.    Installation is fairly easy and straight-forward. The following steps and
  56.    examples should have you up and running in a very short period of time.
  57.    It is assumed that you are familiar with setting up DOORS on your system.
  58.    To this end, only examples of the configuration file and Door batch file
  59.    are described.
  60.  
  61.       1) Create a directory to hold all RASSLE files
  62.  
  63.       2) Unzip RASSLExx.ZIP into the the above directory
  64.  
  65.          NOTE: BRUN45.EXE is not included but is required !!!
  66.  
  67.       3) Run 'INSTALL.BAT' This will unzip all the files and create the
  68.          necessary subdirs.
  69.  
  70.       4) Create a configuration file, with a name of your choice, or
  71.          modify the  RASSLE.CFG file that is enclosed.
  72.          A description follows:
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.    C:\WILDCAT\CALLINFO.BBS ──┐  <- For Wildcat!
  81.    C:\WC30\USERINFO.DAT      │  <- For Wildcat! 3.0
  82.    C:\PCB\PCBOARD.SYS        │  <- For PCBoard using PCBOARD.SYS only
  83.    C:\PCB\USERS              │  <- For PCBoard using USERS only
  84.    C:\BBS\DOOR.SYS           │  <- For Systems that support DOOR.SYS
  85.    C:\BBS\DORINFOx.DEF       │  <- For QBBS/RBB/RA.  Replace x with Node #.
  86.    C:\BBS\SFDOORS.DAT        │  <- For Spitfire
  87.    C:\BBS\CHAIN.TXT       ───┘  <- For WWIV
  88.    The Parole Board BBS         <- Your BBS Name
  89.    Dennis                       <- SysOp's First Name
  90.    Maidon                       <- SysOp's Last Name
  91.    C:\WC\BULL\BULL1.SCR         <- Path and Name of Color Bulletin
  92.    C:\WC\BULL\BULL1.BBS         <- Path and Name of ASCii Bulletin
  93.    YES                          <- Create .DNR Log
  94.    00000                        <- Registration Number
  95.    100                          <- Minimum security level allowed in door.
  96.    Y                            <- (Y/N) Allow users to logoff from door.
  97.  
  98.      Edit this .CFG file to suit your individual BBS.  All 10 lines MUST
  99.      be present.
  100.  
  101.    Line 1:  This line points to where RASSLE.EXE will find the callers
  102.             information file.  Just include the line that your particular
  103.             BBS uses.  DO NOT put all of them in the CFG file.
  104.  
  105.    Line 2:  Place the name of your BBS on this line.
  106.  
  107.    Line 3:  SysOp's first name goes here.
  108.  
  109.    Line 4:  SysOp's last name goes here.
  110.  
  111.    Line 5:  Enter the complete path and name of the ANSI bulletin that
  112.             you want Super Rassle to create.
  113.  
  114.    Line 6:  Enter the complete path and name of the ASCii bulletin that
  115.             you want Super Rassle to create.
  116.  
  117.    Line 7:  YES to create .LOG log or leave blank
  118.  
  119.    Line 8:  Your Registration Number goes here if registered
  120.  
  121.    Line 9:  The minimum security level that is allowed in the door.
  122.  
  123.    Line 10: (Y/N)  Allow users to logoff the BBS from door.
  124.  
  125.  
  126.         If you use the above CFG file be sure to remove all remarks and use
  127.    a pure ASCII editor such as EDLIN or QEDIT.  Hidden control codes could
  128.    cause the program to depart for worlds unknown.
  129.  
  130.       4) Create a batch file or modify the Rassle file supplied. A
  131.          description of this file follows:
  132.  
  133.             ECHO OFF
  134.             CD \DOORS\RASSLE        Location of Super Rassle files
  135.             RASSLE RASSLE.CFG       EXE filename and CFG filename
  136.             CD\WCAT
  137.             CAT.BAT
  138.  
  139.  
  140.        5) When running in more than one node, be sure to supply a
  141.           different configuration name for each node (your choice of name).
  142.  
  143.           EX: RASSLE1.CFG  RASSLE2.CFG
  144.  
  145.           Super Rassle has been tested under LIVECAT! and performs very well.
  146.  
  147.  
  148.  
  149.     LIVECAT! USERS  (WILDCAT!3.0 ONLY!!!!!!)
  150.  
  151.     If you are using LIVECAT! to control your doors you will need to
  152. make one small change in your door.bat file.  LC! changes DOOR.SYS to
  153. DOOR.ORG when it shells out to the door.  You will need to add a line in
  154. your script  COPY DOOR.ORG DOOR.SYS.  If you don't do this, ESP! just
  155. gives up and dies a very unhappy death.  I don't go back and delete it
  156. when ESP! finishes and I haven't had any problems with it.   If you do,
  157. you might like to delete the DOOR.SYS just as soon as ESP! finishes
  158. running.
  159.  
  160. NOTE: DoorFrame supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  161.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  162.       number after the configuration filename. Let's assume your Door is
  163.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  164.       passed to your Door would be:
  165.         FOOBAR FOOBAR.CFG /5
  166.       The /5 tells DoorFrame to use IRQ5 rather than the standard IRQ4 that
  167.       is normally used with COM1. No /x parameter is needed for the standard
  168.       IRQ's.
  169.  
  170.  
  171.  
  172.       Be sure to read all the READ.ME, README.1ST AND UPGRADE.DOC files
  173. if they are included in the package.  They sometimes contain some very
  174. useful information. <G>  Of course you can do like me, just set the darn
  175. thing up without the docs then fuss at the door author for not making it
  176. simple enough to work the first time.
  177.  
  178.       When a user first log onto 'SUPER RASSLE' the program checks his
  179. security level to make sure that he has a high enough level to enter the
  180. door.  it will then check the <user>.USR files to see if he has been
  181. locked out of the door by the sysop.  If the user passes both of these
  182. tests then he may proceed in playing 'SR'.  SR will then create a
  183. <user>.USR file in the \USERS sub dir containg all the info about the
  184. current user.  This info will be used each time the user logs on to pick
  185. up his ALIAS and other info.  Keep a check on the dates of these .USR
  186. files as they are re-written each time the user enters the door.  This
  187. way you can delete the older ones that are not playing any more.  To
  188. lock a user our of the 'SR' door  just take his <user>.USR file and
  189. rename it to <user>.NO.  He will be kicked out  before he has a chance
  190. to play.  SR will not write over this file.
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                               LEGALITIES
  197.                               __________
  198.  
  199.  
  200.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  201.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  202.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  203.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  204.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  205.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  206.       OR BREACH OF ANY WARRANTY.
  207.  
  208.  
  209.  
  210.                              DISTRIBUTION
  211.                              ____________
  212.  
  213.    You may make this file available for downloading from your BBS or you may
  214.    upload it to any BBS of your choice, provided that you do not make any
  215.    changes to the contents of the archive (ZIP file). The archive and its
  216.    individual contents may not be used by any service that charges any money
  217.    whatsoever, without the written permission of the author.
  218.  
  219.  
  220.  
  221.  
  222.  
  223.                              REGISTRATION
  224.                              ____________
  225.  
  226.    I am not a subscriber to the "Crippleware" concept, and this program
  227.    reflects that philosophy. This is a full-featured program, whose
  228.    functionality is not hampered in any way, whether you register it or
  229.    not.  It is only $15 to register this door.
  230.  
  231.  
  232.    Remember, should you have any problems, questions or suggestions, be sure
  233.    to drop me a message on either of the aforementioned BBS or via the
  234.    DOORS or SYSOP conference on RIME(tm), Node ID = PAROLE.
  235.  
  236.  
  237.                                  THANKS
  238.                              --------------
  239.  
  240.     Special thanks goes out for my wife who is definitely a
  241.     "Computer Widow".
  242.  
  243.     Ted Freeman the author of DOORFRAME, a first class BBS Doors
  244.     Development Library.
  245.  
  246.     My BBS users who have had to endure constant badgering to help me
  247.     test the programs that I have written.
  248.  
  249.     Bill Ward, my personal BETA tester on the BBS.  He has run this
  250.     program through the wringer.
  251.  
  252.     A *VERY SPECIAL THANKS* to Mustang! Software for developing the
  253.     greatest BBS Software on the market, WILDCAT! 3.0.
  254.  
  255.